-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check entitlement while rekeying #2424
Conversation
# Conflicts: # DuckDuckGo/UserText.swift # DuckDuckGo/en.lproj/Localizable.strings
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
} | ||
|
||
#endif | ||
|
||
extension PacketTunnelProvider.SubscriptionConfiguration { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not sure this type makes sense as a subtype of the PacketTunnelProvider
. It’s needed by the NetworkProtectionDeviceManager
which is a dependency of the PacketTunnelProvider
which creates a sort of circular dependency (not a serious one, but it is nonethless). Also the PacketTunnelProvider
already quite bloated (we’ve got swiftlint warnings).
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
🚫 The Asana task linked in the PR description is not added to iOS App Board project.
|
Closing this in favor of #2461. |
Task/Issue URL: https://app.asana.com/0/0/1206409081785855/f
Tech Design URL: https://app.asana.com/0/481882893211075/1206500582793508/f
CC:
Description:
This PRs add entitlement check while rekeying with NetP.
Steps to test this PR:
Refer to https://app.asana.com/0/0/1206398972819576/f for notes and test cases.
Copy Testing:
’
rather than'
Orientation Testing:
Device Testing:
OS Testing:
Theme Testing:
Internal references:
Software Engineering Expectations
Technical Design Template